home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineSprite_1449 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  270 b   |  11 lines

  1. if(Key.isDown(Key.LEFT) and 3 < eval("/Variables:InvNb"))
  2. {
  3.    Deplace = eval("/Variables:LargeurObjet");
  4.    gotoAndPlay(3);
  5. }
  6. if(Key.isDown(Key.RIGHT) and 3 < eval("/Variables:InvNb"))
  7. {
  8.    Deplace = -1 * eval("/Variables:LargeurObjet");
  9.    gotoAndPlay(3);
  10. }
  11.